|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectThrowable
Exception
IOException
com.epiphan.vga2usb.AccessDeniedException
Exception thrown if network grabber is protected with a vewer password.
Constructor Summary | |
AccessDeniedException()
Constructs an AccessDeniedException with
null as its error detail message. |
|
AccessDeniedException(String s)
Constructs an AccessDeniedException with the
specified detail message. |
Methods inherited from class Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AccessDeniedException()
AccessDeniedException
with
null
as its error detail message.
public AccessDeniedException(String s)
AccessDeniedException
with the
specified detail message.
s
- the detail message.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |